-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update chain IDs #2104
base: main
Are you sure you want to change the base?
chore: update chain IDs #2104
Conversation
WalkthroughThe pull request introduces updates to the Ethereum chain IDs in the Nibiru project. The changes involve systematically reducing chain ID values by 300 across mainnet, testnet, devnet, and localnet configurations. This modification is documented in the Changes
Poem
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (9)app/appconst/appconst.go (9)
The assignment
All
All
These localnet chain IDs were also lowered by 300, staying in sync with the global chain ID reduction.
Would you like to confirm any potential edge cases or usage patterns to ensure that the default localnet ID is always desired?
The newly assigned
All entries in
All entries in
Each localnet variant is correctly replaced with IDs reduced by 300 in the map. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2104 +/- ##
=======================================
Coverage 65.09% 65.09%
=======================================
Files 274 274
Lines 21731 21731
=======================================
Hits 14145 14145
Misses 6613 6613
Partials 973 973
|
Relates to https://github.com/NibiruChain/web-app/issues/1169
Summary by CodeRabbit
Chores
Documentation
CHANGELOG.md
to reflect the chain ID modifications